home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / ControlStore.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-23  |  464 b   |  14 lines  |  [TEXT/CWIE]

  1. #pragma internal on
  2.  
  3. Boolean    DocIsOpen(void);
  4. OSErr RevertFile(void);
  5. OSErr myOpenCSFile(FSSpec *theFile, ScriptCode, Boolean StationeryDoc);
  6. OSErr mySaveCSFile(int selector);
  7. OSErr WriteMicroprogramData(Handle wrBuf, FSSpec *theFSpec, OSType, short theOpenedFile, ScriptCode);
  8. void DoNew(void);
  9. void ResetMicroprogramWindow(void);
  10. Handle PrepareBufferFromList(void);
  11. void DocumentIsDirty(Boolean dirtiness);
  12. Boolean ReadyToTerminate(void);
  13. #pragma internal reset
  14.